From 4244d4670b1fb3984207124554ac315eb3dc5c4e Mon Sep 17 00:00:00 2001 From: Andrew Innes Date: Thu, 17 May 2001 12:44:02 +0000 Subject: [PATCH] (NEW_CYGWIN): Output message about spurious error message that is to be ignored. --- nt/gmake.defs | 1 + 1 file changed, 1 insertion(+) diff --git a/nt/gmake.defs b/nt/gmake.defs index f64f4c1ad25..7756da0d606 100644 --- a/nt/gmake.defs +++ b/nt/gmake.defs @@ -87,6 +87,7 @@ ifdef USING_SH sh_output := $(shell echo foo") ifeq "$(sh_output)" "" NEW_CYGWIN = 1 +$(warning [Please ignore the syntax error just above - it is intentional]) endif endif -- 2.30.2